.stockist {
  gap: 4px;
}
.stockist .stockLogo {
  height: 32px;
  width: 32px;
  flex-shrink: 0;
}
.stockist .dropdown {
  height: 24px;
  width: 24px;
}
.stockist .dropdown svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 4px;
}
.stockist .stockistText {
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
  text-decoration: none;
  color: black;
  font-family: Galaxie-Polaris-Medium, sans-serif;
}

@media screen and (min-width: 431px) {
  .stockist {
    padding: 8px 80px 16px 80px;
    background-color: white;
  }
  .stockist .stockistText {
    font-size: 16px;
    color: #000 !important;
  }
}
@media screen and (max-width: 431px) {
  .stockist {
    padding: 4px 16px 8px 16px;
    background-color: #fff;
  }
  .stockist .stockistText {
    font-size: 14px;
    color: #000 !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 540px) {
  .stockist {
    padding: 4px 15px 8px 16px !important;
    background-color: #fff;
  }
}
@media screen and (min-width: 541px) and (max-width: 1024px) {
  .stockist {
    padding: 4px 20px 8px 16px !important;
    background-color: #fff;
  }
}
@media screen and (max-width: 431px) {
  .themingDark.stockist {
    padding: 4px 16px 8px 16px;
    background-color: black;
    color: #fff !important;
  }
  .themingDark.stockist svg path {
    fill: white;
  }
  .themingDark.stockist .stockistText {
    font-size: 14px;
    color: #fff !important;
  }
  .themingDark.stockist .dropdown svg path {
    fill: white;
  }
}